home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 November / macformat-043.iso / mac / Shareware Plus / Developers / OpenStack Rinaldi Collection / openstack-rinaldi-lib / FullOffset 1.0 (US) / FullOffset 1.0 (US).rsrc / HELP_5635 next >
Encoding:
Text File  |  1996-01-09  |  1.7 KB  |  46 lines

  1.  
  2.  
  3.                                            FullOffset 1.0
  4.  
  5.                                         par Frédéric RINALDI
  6.  
  7. DESCRIPTION
  8.    FullOffset is an extension to offset() internal HyperTalk instruction. It allows to define to search mode as well as starting char.
  9.  
  10. SYNTAX
  11.              FullOffset(<pattern>,<text>[,<offset>][,<international>])
  12.  
  13. PARAMETERS
  14.    <pattern> is the string to be searched.
  15.  
  16.    <text> is the string where <pattern> will be searched.
  17.  
  18.    <offset> is an integer giving the starting char. Default is 1.
  19.  
  20.    <international> is a boolean telling if the search must ignore diacritical marks (true) or be full ASCII (false). Default is true.
  21.  
  22.    Using "!", "?" or "=" as first parameter will return an online help (resp. copyright, syntax and output).
  23.  
  24. USING
  25.    The XFCN returns the char number of the found pattern, 0 is not found.
  26.  
  27.    The search is not case-sensitive.
  28.  
  29. ERRORS
  30.    If an error occurs, FullOffset can return :
  31.      "Error : Missing parameter(s)"
  32.      "Error : Pattern cannot exceed 255 chars"
  33.      "Error : Offset param must be a positive integer"
  34.  
  35. HISTORY
  36. 1.0                                                                                         12/25/91
  37. • First release
  38. --------------------------------------------------------------------
  39.    All externals included in this stack are FreeWare and may be used in non-commercial software provided the following notice is visibly present :
  40.  
  41.                    FullOffset XFCN, © Frederic Rinaldi, 1989…1993.
  42.  
  43.    Free for non-commercial use. Use in commercial software subjected to prior acknowledgement and licensing from the author, reachable at the following network addresses:
  44.  
  45. AppleLink: RINALDI1   CalvaCom : FR10    Compuserve : 71170,2111
  46.                Internet : RINALDI1@APPLELINK@APPLE.COM